9章 コードレビュー
9.3.2 コードの意味の把握
t-wadaさんが、コードレビューが決定的に重要な理由として挙げている
Rather than require authors to run tests, linters, or formatters, the current Google code review tooling provides most of that utility automatically through what is known as presubmits.
A presubmit process is run when a change is initially sent to a reviewer.
フォーマッタは自動でかかっていて、レビュアーはフォーマットについては指摘不要になっている
プルリクエストを出す側がかけ忘れても問題ない